Release 10.1A: OpenEdge Data Management:
SQL Reference
SQLCursor
Allows rows of data to be retrieved from a database or another stored procedure’s result set.
Constructors
SQLCursor (Stringstatement)Parameters
statementGenerates a result set. Enclose the SQL statement in double quotes. The SQL statement is either a
SELECTorCALLstatement.Notes
Throws
Examples
DhSQLExceptionThe following excerpt from a stored procedure instantiates an
SQLCursorobject calledcust_cursorthat retrieves data from a database table:
The following excerpt from a stored procedure instantiates an
SQLCursorobject calledcust_cursorthat calls another stored procedure:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |